Remove rust-analyzer from rust package#271
Remove rust-analyzer from rust package#271baszalmstra wants to merge 3 commits intoconda-forge:mainfrom
Conversation
rust-analyzer takes up ~37MB (~4% of the package size) and follows its own update schedule, receiving updates more frequently than the main Rust release cycle. Since it's not required for standard Rust compilation, it should not be bundled with the core toolchain. This change: - Removes rust-analyzer binary and manifest from the rust package - Adds tests to verify rust-analyzer is not present Closes conda-forge#270 https://claude.ai/code/session_01C7479gGk3F48xKFvTiFPzG
|
@conda-forge-admin, please rerender |
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/21873676518. Examine the logs at this URL for more detail. |
|
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/21860084420. Examine the logs at this URL for more detail. |
|
This isn't quite working as intended on Windows — the PR contains no change to |
Also add test to verify the .pdb file is not present. https://claude.ai/code/session_01C7479gGk3F48xKFvTiFPzG
|
There is some black magic trickery that simply invokes Doing so I noticed that the pdb is still there. I removed that now as well. |
|
Please move |
Checklist
0(if the version changed)conda-smithy(Use the phrase@conda-forge-admin, please rerenderin a comment in this PR for automated rerendering)rust-analyzer takes up ~37MB (~4% of the package size) and follows its own update schedule, receiving updates more frequently than the main Rust release cycle. Since it's not required for standard Rust compilation, it should not be bundled with the core toolchain.
This change:
Closes #270